const runtime.fixedStack
17 uses
runtime (current package)
runtime1.go#L290: if fixedStack != round2(fixedStack) {
stack.go#L87: fixedStack = fixedStack6 + 1
stack.go#L211: s.elemsize = fixedStack << order
stack.go#L293: size += fixedStack << order
stack.go#L312: size -= fixedStack << order
stack.go#L372: if n < fixedStack<<_NumStackOrders && n < _StackCacheSize {
stack.go#L375: for n2 > fixedStack {
stack.go#L501: if n < fixedStack<<_NumStackOrders && n < _StackCacheSize {
stack.go#L504: for n2 > fixedStack {
stack.go#L1272: if newsize < fixedStack {
stack.go#L1368: var startingStackSize uint32 = fixedStack
stack.go#L1394: startingStackSize = fixedStack
stack.go#L1403: if avg < fixedStack {
stack.go#L1404: avg = fixedStack
traceallocfree.go#L43: w.varint(uint64(fixedStack))
traceallocfree.go#L155: return traceArg(uint64(base)-trace.minPageHeapAddr) / fixedStack
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)